Forum Activity for @douglas

douglas
@douglas
05/02/15 09:25:42AM
2,807 posts

Contact in ProjamLight


Tips and Tricks

Your Welcome! :)
douglas
@douglas
05/01/15 05:44:04AM
2,807 posts

Change Base Color On Solo Artist Skin


Design and Skin Customization

All images for the Solo skin will be found in your skins/jrSoloArtist/img folder.

If the CSS element is not in the ACP > Skins > Styles, try clicking the Untagged button and see if it is in there, if not, you'll have to modify the CSS file directly and upload it to your server via a FTP program.
douglas
@douglas
05/01/15 05:34:40AM
2,807 posts

Contact in ProjamLight


Tips and Tricks

Are you using the custom forms contact us form or is it just a link that opens the users email client?

The code can be found in the skins/jrProJamLight/footer.tpl

                        {if jrCore_module_is_active('jrCustomForm')}
                            |&nbsp;<a href="{$jamroom_url}/form/contact_us">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
                        {else}
                            {capture name="footer_contact" assign="footer_contact_row"}
                            {literal}
                                {if isset($_items)}
                                {foreach from=$_items item="item"}
                                |&nbsp;<a href="mailto:{$item.user_email}?subject={$_conf.jrCore_system_name} Contact">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
                                {/foreach}
                                {/if}
                            {/literal}
                            {/capture}
                            {jrCore_list module="jrUser" limit="1" profile_id="1" template=$footer_contact_row}
                        {/if}


if you need to change the email address for the link, change the variable {$item.user_email} to the email address you want to use.

If your using the contact form, you can change the email address in your ACP > Communication > Email Support > Global Config > From Email Address field.
douglas
@douglas
05/01/15 05:30:06AM
2,807 posts

Text into a .tpl


Tips and Tricks

Glad to hear it. :)
douglas
@douglas
05/01/15 05:29:24AM
2,807 posts

Page Requested Not Found


Jamroom Help

Glad to hear it Stephen. :)
douglas
@douglas
04/30/15 08:38:52AM
2,807 posts

Text into a .tpl


Tips and Tricks

You'll have to add the formatting to the .tpl file, can you show me what you have now?
douglas
@douglas
04/30/15 08:35:53AM
2,807 posts

Page Requested Not Found


Jamroom Help

Are you using the latest Site Builder module?

Do you have a link we can check out?

I'm not seeing an issue on my end.
douglas
@douglas
04/30/15 08:33:56AM
2,807 posts

Audio not working on iPhone


Using Jamroom

You might try re-uploading the audio file and see if that fixes it.

I had a couple on my site that were doing the same thing, after the re-upload they worked fine.
  155